﻿2026-08-08T19:19:27.1762488Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2026-08-08T19:19:27.1769575Z ##[group]Run actions/checkout@v4
2026-08-08T19:19:27.1770145Z with:
2026-08-08T19:19:27.1770490Z   fetch-depth: 0
2026-08-08T19:19:27.1770865Z   repository: Gamexgit/FinanceManager
2026-08-08T19:19:27.1773875Z   token: ***
2026-08-08T19:19:27.1774225Z   ssh-strict: true
2026-08-08T19:19:27.1774577Z   ssh-user: git
2026-08-08T19:19:27.1774931Z   persist-credentials: true
2026-08-08T19:19:27.1775320Z   clean: true
2026-08-08T19:19:27.1775947Z   sparse-checkout-cone-mode: true
2026-08-08T19:19:27.1776392Z   fetch-tags: false
2026-08-08T19:19:27.1776744Z   show-progress: true
2026-08-08T19:19:27.1777096Z   lfs: false
2026-08-08T19:19:27.1777426Z   submodules: false
2026-08-08T19:19:27.1777829Z   set-safe-directory: true
2026-08-08T19:19:27.1778225Z   allow-unsafe-pr-checkout: false
2026-08-08T19:19:27.1778891Z env:
2026-08-08T19:19:27.1779220Z   PYTHONPATH: src
2026-08-08T19:19:27.1779575Z   JARVIS_FINANCE_ENV: test
2026-08-08T19:19:27.1780121Z   JARVIS_FINANCE_DB_PATH: /tmp/financemanager-phase3-backend/finance.sqlite3
2026-08-08T19:19:27.1780860Z   JARVIS_FINANCE_RUNTIME_DIR: /tmp/financemanager-phase3-backend/runtime
2026-08-08T19:19:27.1781446Z   JARVIS_FINANCE_WRITE_MODE: disabled
2026-08-08T19:19:27.1781880Z ##[endgroup]
2026-08-08T19:19:27.2780351Z Syncing repository: Gamexgit/FinanceManager
2026-08-08T19:19:27.2782494Z ##[group]Getting Git version info
2026-08-08T19:19:27.2783437Z Working directory is '/home/runner/work/FinanceManager/FinanceManager'
2026-08-08T19:19:27.2789467Z [command]/usr/bin/git version
2026-08-08T19:19:27.2874672Z git version 2.54.0
2026-08-08T19:19:27.2964725Z ##[endgroup]
2026-08-08T19:19:27.3003379Z Temporarily overriding HOME='/home/runner/work/_temp/ffc02d66-f894-403c-a6c5-b2b33df06788' before making global git config changes
2026-08-08T19:19:27.3006640Z Adding repository directory to the temporary git global config as a safe directory
2026-08-08T19:19:27.3008936Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/FinanceManager/FinanceManager
2026-08-08T19:19:27.3013559Z Deleting the contents of '/home/runner/work/FinanceManager/FinanceManager'
2026-08-08T19:19:27.3016446Z ##[group]Initializing the repository
2026-08-08T19:19:27.3018595Z [command]/usr/bin/git init /home/runner/work/FinanceManager/FinanceManager
2026-08-08T19:19:27.3083569Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-08T19:19:27.3085363Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-08T19:19:27.3088395Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-08T19:19:27.3089713Z hint: call:
2026-08-08T19:19:27.3090669Z hint:
2026-08-08T19:19:27.3091593Z hint: 	git config --global init.defaultBranch <name>
2026-08-08T19:19:27.3092916Z hint:
2026-08-08T19:19:27.3093915Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-08T19:19:27.3095518Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-08T19:19:27.3097075Z hint:
2026-08-08T19:19:27.3098049Z hint: 	git branch -m <name>
2026-08-08T19:19:27.3098882Z hint:
2026-08-08T19:19:27.3100134Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-08T19:19:27.3101912Z Initialized empty Git repository in /home/runner/work/FinanceManager/FinanceManager/.git/
2026-08-08T19:19:27.3105243Z [command]/usr/bin/git remote add origin https://github.com/Gamexgit/FinanceManager
2026-08-08T19:19:27.3176766Z ##[endgroup]
2026-08-08T19:19:27.3190024Z ##[group]Disabling automatic garbage collection
2026-08-08T19:19:27.3199909Z [command]/usr/bin/git config --local gc.auto 0
2026-08-08T19:19:27.3202921Z ##[endgroup]
2026-08-08T19:19:27.3204576Z ##[group]Setting up auth
2026-08-08T19:19:27.3205972Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-08T19:19:27.3236470Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-08T19:19:27.3614220Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-08T19:19:27.3648987Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-08T19:19:27.3952023Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-08T19:19:27.3984190Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-08T19:19:27.4193080Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-08T19:19:27.4221691Z ##[endgroup]
2026-08-08T19:19:27.4223505Z ##[group]Fetching the repository
2026-08-08T19:19:27.4231999Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +29375c19a23023cc92aae98d7f3c56b59ae72b29:refs/remotes/pull/45/merge
2026-08-08T19:19:28.6837585Z From https://github.com/Gamexgit/FinanceManager
2026-08-08T19:19:28.6841601Z  * [new branch]      Sprint14/twr-xirr-performance-attribution -> origin/Sprint14/twr-xirr-performance-attribution
2026-08-08T19:19:28.6846217Z  * [new branch]      Sprint15/household-import-transfer-reconciliation-v1 -> origin/Sprint15/household-import-transfer-reconciliation-v1
2026-08-08T19:19:28.6849093Z  * [new branch]      Sprint16/hotfix-openpyxl-runtime-dependency -> origin/Sprint16/hotfix-openpyxl-runtime-dependency
2026-08-08T19:19:28.6852124Z  * [new branch]      Sprint16/smart-household-inbox-real-data-onboarding-v2 -> origin/Sprint16/smart-household-inbox-real-data-onboarding-v2
2026-08-08T19:19:28.6855200Z  * [new branch]      feat/budget-analytics-data-explorer-v1   -> origin/feat/budget-analytics-data-explorer-v1
2026-08-08T19:19:28.6857994Z  * [new branch]      feat/budget-categories-duplicates-cleanup -> origin/feat/budget-categories-duplicates-cleanup
2026-08-08T19:19:28.6860304Z  * [new branch]      feat/budget-categories-ux-fix            -> origin/feat/budget-categories-ux-fix
2026-08-08T19:19:28.6862449Z  * [new branch]      feat/budget-import-production-v2         -> origin/feat/budget-import-production-v2
2026-08-08T19:19:28.6865015Z  * [new branch]      feat/budget-monthly-import-rule-learning-v1 -> origin/feat/budget-monthly-import-rule-learning-v1
2026-08-08T19:19:28.6867539Z  * [new branch]      feat/budget-phase-1-4                    -> origin/feat/budget-phase-1-4
2026-08-08T19:19:28.6869709Z  * [new branch]      feat/budget-planning-forecast-v1         -> origin/feat/budget-planning-forecast-v1
2026-08-08T19:19:28.6872029Z  * [new branch]      feat/budget-planning-usability-v2        -> origin/feat/budget-planning-usability-v2
2026-08-08T19:19:28.6874379Z  * [new branch]      feat/budget-review-bulk-assign-confirm   -> origin/feat/budget-review-bulk-assign-confirm
2026-08-08T19:19:28.6876907Z  * [new branch]      feat/budget-workflow-help-ux             -> origin/feat/budget-workflow-help-ux
2026-08-08T19:19:28.6879308Z  * [new branch]      feat/finance-command-center-monthly-close-v1 -> origin/feat/finance-command-center-monthly-close-v1
2026-08-08T19:19:28.6881633Z  * [new branch]      feat/fixed-costs-subscriptions-v1        -> origin/feat/fixed-costs-subscriptions-v1
2026-08-08T19:19:28.6883931Z  * [new branch]      feat/grocery-matching-review-learning-v2 -> origin/feat/grocery-matching-review-learning-v2
2026-08-08T19:19:28.6886549Z  * [new branch]      feat/grocery-product-price-providers-v1  -> origin/feat/grocery-product-price-providers-v1
2026-08-08T19:19:28.6889647Z  * [new branch]      feat/migros-product-savings-grocery-optimizer-v1 -> origin/feat/migros-product-savings-grocery-optimizer-v1
2026-08-08T19:19:28.6892474Z  * [new branch]      feat/mobile-nav-income-csv-final         -> origin/feat/mobile-nav-income-csv-final
2026-08-08T19:19:28.6894999Z  * [new branch]      feat/mobile-nav-income-hotfix-v2         -> origin/feat/mobile-nav-income-hotfix-v2
2026-08-08T19:19:28.6897727Z  * [new branch]      feat/mobile-nav-income-planning-v1       -> origin/feat/mobile-nav-income-planning-v1
2026-08-08T19:19:28.6900188Z  * [new branch]      fix/manual-entry-uat-flows               -> origin/fix/manual-entry-uat-flows
2026-08-08T19:19:28.6902740Z  * [new branch]      fix/sprint16.2-insurance-family-order    -> origin/fix/sprint16.2-insurance-family-order
2026-08-08T19:19:28.6905491Z  * [new branch]      hotfix/sprint13-global-portfolio-aggregation -> origin/hotfix/sprint13-global-portfolio-aggregation
2026-08-08T19:19:28.6908612Z  * [new branch]      hotfix/sprint20-wealth-history-contract  -> origin/hotfix/sprint20-wealth-history-contract
2026-08-08T19:19:28.6911220Z  * [new branch]      hotfix/sprint8-kpi-overflow              -> origin/hotfix/sprint8-kpi-overflow
2026-08-08T19:19:28.6913722Z  * [new branch]      hotfix/sprint8-readonly-render           -> origin/hotfix/sprint8-readonly-render
2026-08-08T19:19:28.6916762Z  * [new branch]      integration/portfolio-phase3-to-main     -> origin/integration/portfolio-phase3-to-main
2026-08-08T19:19:28.6919237Z  * [new branch]      main                                     -> origin/main
2026-08-08T19:19:28.6921350Z  * [new branch]      sprint10/portfolio-go-live               -> origin/sprint10/portfolio-go-live
2026-08-08T19:19:28.6923823Z  * [new branch]      sprint11/portfolio-completeness-ux       -> origin/sprint11/portfolio-completeness-ux
2026-08-08T19:19:28.6926645Z  * [new branch]      sprint12/truewealth-verified-import      -> origin/sprint12/truewealth-verified-import
2026-08-08T19:19:28.6929286Z  * [new branch]      sprint13/postfinance-ledger-import       -> origin/sprint13/postfinance-ledger-import
2026-08-08T19:19:28.6932379Z  * [new branch]      sprint16.1/classification-coverage-import-readiness -> origin/sprint16.1/classification-coverage-import-readiness
2026-08-08T19:19:28.6935923Z  * [new branch]      sprint16.2/first-import-calibration-portal-flow -> origin/sprint16.2/first-import-calibration-portal-flow
2026-08-08T19:19:28.6939244Z  * [new branch]      sprint16.3/import-readiness-batched-decisions-performance -> origin/sprint16.3/import-readiness-batched-decisions-performance
2026-08-08T19:19:28.6942052Z  * [new branch]      sprint17a/data-truth                     -> origin/sprint17a/data-truth
2026-08-08T19:19:28.6944351Z  * [new branch]      sprint17b/equity-quote-refresh           -> origin/sprint17b/equity-quote-refresh
2026-08-08T19:19:28.6947015Z  * [new branch]      sprint17b/household-cockpit              -> origin/sprint17b/household-cockpit
2026-08-08T19:19:28.6949668Z  * [new branch]      sprint17c/data-truth-navigation-today-lite -> origin/sprint17c/data-truth-navigation-today-lite
2026-08-08T19:19:28.6952441Z  * [new branch]      sprint19/prior-year-actuals-simple-budget-v1 -> origin/sprint19/prior-year-actuals-simple-budget-v1
2026-08-08T19:19:28.6955090Z  * [new branch]      sprint2/navigation-design-shell          -> origin/sprint2/navigation-design-shell
2026-08-08T19:19:28.6957874Z  * [new branch]      sprint20/performance-data-readiness-v1   -> origin/sprint20/performance-data-readiness-v1
2026-08-08T19:19:28.6960795Z  * [new branch]      sprint20b/performance-activation-daily-valuations-v1 -> origin/sprint20b/performance-activation-daily-valuations-v1
2026-08-08T19:19:28.6964036Z  * [new branch]      sprint20e/market-data-recovery-crypto-activation-v1 -> origin/sprint20e/market-data-recovery-crypto-activation-v1
2026-08-08T19:19:28.6967299Z  * [new branch]      sprint20e/never-run-status-hotfix        -> origin/sprint20e/never-run-status-hotfix
2026-08-08T19:19:28.6970365Z  * [new branch]      sprint20e/provider-provenance-ui-hotfix  -> origin/sprint20e/provider-provenance-ui-hotfix
2026-08-08T19:19:28.6973370Z  * [new branch]      sprint20f/truewealth-first-performance-activation -> origin/sprint20f/truewealth-first-performance-activation
2026-08-08T19:19:28.6976655Z  * [new branch]      sprint3.1/reconciliation-semantic-hardening -> origin/sprint3.1/reconciliation-semantic-hardening
2026-08-08T19:19:28.6979518Z  * [new branch]      sprint3/reconciliation-snapshot-foundation -> origin/sprint3/reconciliation-snapshot-foundation
2026-08-08T19:19:28.6982295Z  * [new branch]      sprint4.1/portfolio-policy-contract-hardening -> origin/sprint4.1/portfolio-policy-contract-hardening
2026-08-08T19:19:28.6984957Z  * [new branch]      sprint4/portfolio-policy-foundation      -> origin/sprint4/portfolio-policy-foundation
2026-08-08T19:19:28.6987803Z  * [new branch]      sprint5/portfolio-performance-foundation -> origin/sprint5/portfolio-performance-foundation
2026-08-08T19:19:28.6990790Z  * [new branch]      sprint6/portfolio-data-ingestion-reconciliation -> origin/sprint6/portfolio-data-ingestion-reconciliation
2026-08-08T19:19:28.6993548Z  * [new branch]      sprint7/postfinance-portfolio-source     -> origin/sprint7/postfinance-portfolio-source
2026-08-08T19:19:28.6996306Z  * [new branch]      sprint8/market-fx-benchmark-risk         -> origin/sprint8/market-fx-benchmark-risk
2026-08-08T19:19:28.6999080Z  * [new branch]      sprint9/portfolio-basis-policy           -> origin/sprint9/portfolio-basis-policy
2026-08-08T19:19:28.7001256Z  * [new tag]         v0.3.0                                   -> v0.3.0
2026-08-08T19:19:28.7002831Z  * [new tag]         v0.3.1                                   -> v0.3.1
2026-08-08T19:19:28.7004402Z  * [new tag]         v0.3.2                                   -> v0.3.2
2026-08-08T19:19:28.7006312Z  * [new ref]         29375c19a23023cc92aae98d7f3c56b59ae72b29 -> pull/45/merge
2026-08-08T19:19:28.7010800Z ##[endgroup]
2026-08-08T19:19:28.7012573Z ##[group]Determining the checkout info
2026-08-08T19:19:28.7014851Z ##[endgroup]
2026-08-08T19:19:28.7016433Z [command]/usr/bin/git sparse-checkout disable
2026-08-08T19:19:28.7059974Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-08T19:19:28.7098839Z ##[group]Checking out the ref
2026-08-08T19:19:28.7108674Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/45/merge
2026-08-08T19:19:28.7582795Z Note: switching to 'refs/remotes/pull/45/merge'.
2026-08-08T19:19:28.7596543Z 
2026-08-08T19:19:28.7598559Z You are in 'detached HEAD' state. You can look around, make experimental
2026-08-08T19:19:28.7608936Z changes and commit them, and you can discard any commits you make in this
2026-08-08T19:19:28.7618668Z state without impacting any branches by switching back to a branch.
2026-08-08T19:19:28.7626474Z 
2026-08-08T19:19:28.7627458Z If you want to create a new branch to retain commits you create, you may
2026-08-08T19:19:28.7629332Z do so (now or later) by using -c with the switch command. Example:
2026-08-08T19:19:28.7630578Z 
2026-08-08T19:19:28.7631294Z   git switch -c <new-branch-name>
2026-08-08T19:19:28.7632149Z 
2026-08-08T19:19:28.7632766Z Or undo this operation with:
2026-08-08T19:19:28.7633624Z 
2026-08-08T19:19:28.7634277Z   git switch -
2026-08-08T19:19:28.7635072Z 
2026-08-08T19:19:28.7636275Z Turn off this advice by setting config variable advice.detachedHead to false
2026-08-08T19:19:28.7637508Z 
2026-08-08T19:19:28.7638830Z HEAD is now at 29375c1 Merge fc61b2315ce6c84101999afdba38a40b2bd82e77 into a9609cecbda474355f02a20a286214195cad1df3
2026-08-08T19:19:28.7643479Z ##[endgroup]
2026-08-08T19:19:28.7647427Z [command]/usr/bin/git log -1 --format=%H
2026-08-08T19:19:28.7674971Z 29375c19a23023cc92aae98d7f3c56b59ae72b29
